home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sports Illustrated for Kids - Awesome Athletes!
/
Sports Illustrated for Kids - Awesome Athletes!.iso
/
hf.dir
/
00393_SDKeyword Field.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-04-19
|
175 b
|
13 lines
on keyDown
if the key = RETURN then
doSearch()
dontPassEvent()
else
if the keyCode = 122 then
LaunchHelp()
else
pass()
end if
end if
end